home *** CD-ROM | disk | FTP | other *** search
- global kStartQuiz
-
- on mouseDown
- set startCast to the castNum of sprite kStartQuiz
- if startCast = the number of cast "start.pic" then
- set swapCast to the number of cast "stop.pic"
- else
- set swapCast to the number of cast "start.pic"
- end if
- repeat while the stillDown
- if rollOver(5) then
- set the castNum of sprite kStartQuiz to swapCast
- else
- set the castNum of sprite kStartQuiz to startCast
- end if
- updateStage()
- end repeat
- if rollOver(5) then
- set the castNum of sprite kStartQuiz to swapCast
- updateStage()
- toggleListening()
- end if
- end
-